Remove unused import.
authoremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:24:27 +0000 (17:24 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:24:27 +0000 (17:24 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDmesg.py

index 4041616d46b2f61374ba1be506c31677975b82da..ab87befd3820e24006623a9c058553e8863d1157 100644 (file)
@@ -18,7 +18,6 @@
 """Get dmesg output for this node.
 """
 
-import os
 import xen.lowlevel.xc
 
 class XendDmesg: